ef9d3e
@@ -287,7 +287,7 @@
public RecordUpdater getRecordUpdater(Path path,
         getRawRecordWriter(Path path, Options options) throws IOException {
     final Path filename = AcidUtils.createFilename(path, options);
     final OrcFile.WriterOptions opts =
-        OrcFile.writerOptions(options.getConfiguration());
+        OrcFile.writerOptions(options.getTableProperties(), options.getConfiguration());
     if (!options.isWritingBase()) {
       opts.bufferSize(OrcRecordUpdater.DELTA_BUFFER_SIZE)
           .stripeSize(OrcRecordUpdater.DELTA_STRIPE_SIZE)
